Skip to content

Fix: "head" element order #12375

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Fix: "head" element order #12375

wants to merge 1 commit into from

Conversation

cevdetarda
Copy link

With capo.js re-order "head" element.

Summary

Re-orders elements inside the "head" element using capo.js to improve performance by prioritizing critical elements.

Problem

The order of elements in the "head" element was not optimized for performance.

Solution

The elements in the "head" element are now re-ordered with the help of capo.js, prioritizing critical items first to improve loading performance.


Screenshots

Before

After


How did you test this change?

Tested the re-ordering of elements in the "head" element to ensure they load in the desired order, improving performance.

With [capo.js](https://github.com/rviscomi/capo.js) re-order "head" element.
@cevdetarda cevdetarda requested a review from a team as a code owner December 27, 2024 12:29
@github-actions github-actions bot added the macros tracking issues related to kumascript macros label Dec 27, 2024
@github-actions github-actions bot added the idle label Jan 26, 2025
@github-actions github-actions bot removed the idle label Apr 24, 2025
Copy link
Contributor

This pull request has merge conflicts that must be resolved before it can be merged.

@github-actions github-actions bot added the merge conflicts 🚧 Please rebase onto or merge the latest main. label May 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
macros tracking issues related to kumascript macros merge conflicts 🚧 Please rebase onto or merge the latest main.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant